home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / queue.lzh / queue_3.1 / queue.readme < prev    next >
Text File  |  1996-12-02  |  729b  |  16 lines

  1. Short:    message queue library
  2. Author:   fasten@shw.com (Bernhard Fastenrath)
  3. Uploader: fasten@shw.com (Bernhard Fastenrath)
  4. Version:  3.1
  5. Type:     util/libs
  6.  
  7. This library allows several task to write to a message queue which can be
  8. read by several other tasks. It is used by my shutdown command
  9. (AmiNet:util/libs/shutdown.lzh).
  10. Version 2 of this library uses semaphores instead of Forbid()/Permit() and
  11. fixes several bugs which didn't appear in connection with the shutdown command.
  12. Version 3 implements QAllocMsg() and QFreeMsg().
  13. QMessage has a new field qm_Data which points to the payload (which is
  14. write protected under AmigaOS versions/clones which support MEMF_SHARED_READ).
  15. Version 3.1 can be compiled with gcc again.
  16.